submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 14 Mar 2025 22:56:28 +0000 (23:56 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 14 Mar 2025 22:56:28 +0000 (23:56 +0100)
commit81bc2482e15c981ad7cf2e98a3f8c7ded4d030d1
tree97c14579c8362a482d252d33b0ad104ff87ebc8b
parentb3c575c7858f8194ffad71255d40561b81ab9291
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]